index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
middle
/
lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-30
auto merge of #7495 : thestinger/rust/exchange, r=cmr
bors
-65
/
+71
2013-06-30
add a closure_exchange_malloc lang item
Daniel Micay
-65
/
+71
2013-06-30
auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
bors
-2
/
+1
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-38
/
+38
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-28
librustc: Fix even *MORE* merge fallout!
Patrick Walton
-2
/
+2
2013-06-28
librustc: Change Const to Freeze in the compiler
Patrick Walton
-3
/
+3
2013-06-28
librustc: Rename Owned to Send in the compiler
Patrick Walton
-12
/
+12
2013-06-27
Remove many shared pointers
Philipp Brüschweiler
-68
/
+67
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-1
/
+1
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-2
/
+22
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-21
vec: rm old_iter implementations, except BaseIter
Daniel Micay
-1
/
+1
2013-06-14
rustc: Don't continue to resolve if there's an error in lang_items
Tim Chevalier
-0
/
+1
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-47
/
+47
2013-06-12
Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.
Felix S. Klock II
-2
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-12
/
+15
2013-05-30
Add 'Sized' builtin kind; doesn't do anything yet
Ben Blum
-76
/
+82
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-19
Register snapshots
Brian Anderson
-9
/
+0
2013-05-10
rustc: Use the new `for` protocol
Alex Crichton
-0
/
+5
2013-05-07
Remove Durable from the language
Brian Anderson
-85
/
+79
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-6
/
+5
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-05-03
Change borrow debugging so it is disabled by -O
Niko Matsakis
-4
/
+16
2013-05-01
rustc: adjust total number of lang items
Niko Matsakis
-2
/
+2
2013-05-01
wip---work on making rooting work properly
Niko Matsakis
-8
/
+14
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-5
/
+5
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-6
/
+5
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-32
/
+34
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-14
/
+16
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-22
Rename Div operator trait to Quot and Modulo operator trait to Rem
Brendan Zabarauskas
-10
/
+10
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-1
/
+1
2013-04-14
rustc: remove unnecessary unsafe blocks/methods
Alex Crichton
-1
/
+1
2013-04-10
Revert map.each to something which takes two parameters
Niko Matsakis
-1
/
+1
2013-04-03
rename Linear{Map,Set} => Hash{Map,Set}
Daniel Micay
-3
/
+3
2013-04-03
hashmap: rm linear namespace
Daniel Micay
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-5
/
+5
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-26
librustc: Stop parsing `[T * N]`.
Patrick Walton
-1
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-5
/
+5
2013-03-22
librustc: Add explicit lifetime binders and new lifetime notation in core/std...
Patrick Walton
-5
/
+5
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-2
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-3
/
+3
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-2
/
+2
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
[next]