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
/
weak_lang_items.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2015-12-07
Add E0264 error explanation
Guillaume Gomez
-2
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-3
/
+3
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-4
/
+4
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-1
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-6
/
+6
2015-08-10
Remove morestack support
Alex Crichton
-4
/
+0
2015-07-30
Implement Win64 eh_personality natively.
Vadim Chugunov
-0
/
+5
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-06
Update to last version, remove "[]" as much as possible
GuillaumeGomez
-1
/
+1
2015-02-06
librustc has been updated
GuillaumeGomez
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-20
Add error codes to rustc
Brian Anderson
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+5
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-24
Rename `begin_unwind` lang item to `fail_fmt`, refs #16114
Florian Hahn
-1
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-4
/
+4
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+2
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-0
/
+124