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-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
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+10
2013-02-26
Add a 'start' lang item and use it instead of rust_start
Brian Anderson
-2
/
+10
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-5
/
+5
2013-02-22
De-implicit-self librustc
Ben Striegel
-9
/
+10
2013-02-19
librustc: convert LangItemsCollector::item_refs to take @~str as a key
Erick Tryzelaar
-46
/
+45
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-1
/
+1
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-1
/
+1
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-1
/
+1
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-1
/
+1
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-1
/
+1
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-1
/
+1
2013-01-30
librustc: De-export rustc. rs=deexporting
Patrick Walton
-3
/
+5
2013-01-29
librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...
Patrick Walton
-2
/
+8
2013-01-24
comments: Convert XXXes to FIXMEs
Tim Chevalier
-1
/
+1
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-2
/
+21
2013-01-14
Convert ast::def_id into a struct.
Erick Tryzelaar
-1
/
+1
2013-01-11
allow logical negation operator (!) to be overloaded
Andrew Paseltiner
-41
/
+47
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-2
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-2
/
+3
2013-01-07
librustc: Fold rt items into lang items. Shaves another 10% or so off hello w...
Patrick Walton
-29
/
+65
2013-01-07
librustc: Encode language items into a special lookup table. 9% improvement i...
Patrick Walton
-32
/
+63
2013-01-06
librustc: Refactor language items to have IDs. rs=refactor
Patrick Walton
-98
/
+149
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-0
/
+1
2012-12-13
Rename Send trait to Owned
Brian Anderson
-4
/
+4
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-3
/
+3
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-1
/
+3
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+254