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
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-3
/
+3
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-7
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-10-06
rustc/middle: whitespace & formatting fixes
ljedrz
-3
/
+3
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-3
/
+2
2018-08-23
add #[panic_handler]; deprecate #[panic_implementation]
Jorge Aparicio
-1
/
+1
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-6
/
+6
2018-07-09
Implement #[alloc_error_handler]
Simon Sapin
-0
/
+3
2018-06-29
improve the error message when `#[panic_implementation]` is missing
Jorge Aparicio
-3
/
+7
2018-06-21
translate / export weak lang items
Jorge Aparicio
-0
/
+10
2018-06-03
implement #[panic_implementation]
Jorge Aparicio
-1
/
+1
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-1
/
+1
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-22
Replace GlobalAlloc::oom with a lang item
Steven Fackler
-0
/
+1
2018-04-04
Fix another circulare deps link args issue
Alex Crichton
-10
/
+19
2018-01-23
Point at unknown lang item attribute
Esteban Küber
-2
/
+2
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-1
/
+1
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-1
/
+1
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-20
/
+20
2016-12-29
Change --crate-type metadata to --emit=metadata
Nick Cameron
-2
/
+1
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-2
/
+4
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-0
/
+2
2016-11-22
Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton
bors
-1
/
+2
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-5
/
+5
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+1
2016-11-21
Add --crate-type metadata
Nick Cameron
-1
/
+2
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-1
/
+1
2016-10-06
rustc: Rename rustc_macro to proc_macro
Alex Crichton
-1
/
+1
2016-09-27
add a panic-strategy field to the target specification
Jorge Aparicio
-2
/
+3
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-0
/
+1
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-3
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-19
rustc: Add a new crate type, cdylib
Alex Crichton
-0
/
+1
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-3
/
+16
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
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
[next]