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
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-1
/
+1
2016-03-14
Add E0522 long error explanation
ggomez
-3
/
+2
2016-03-15
Forbid creation of lang item from user code
ggomez
-0
/
+6
2016-03-08
Auto merge of #31957 - GuillaumeGomez:error_display, r=brson
bors
-9
/
+20
2016-03-07
Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb
bors
-3
/
+3
2016-03-03
Improve error messages
Guillaume Gomez
-15
/
+15
2016-03-03
Swap lang item collect order (externals are now collected before locals)
Guillaume Gomez
-4
/
+4
2016-03-03
Provide more useful information for E0152
Guillaume Gomez
-8
/
+19
2016-02-27
remove range lang items
Alex Burka
-4
/
+0
2016-02-22
Add crate_name in E0152 error display
ggomez
-2
/
+5
2016-02-12
Rename ClosureKind variants and stop re-exporting them.
Ms2ger
-3
/
+3
2016-02-06
Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis
bors
-5
/
+3
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-0
/
+2
2016-02-04
Synthesize calls to box_free language item
Simonas Kazlauskas
-5
/
+3
2016-01-22
The war on abort_if_errors
Nick Cameron
-1
/
+0
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
-5
/
+5
2015-11-26
stop using csearch in librustc and librustc_lint
Ariel Ben-Yehuda
-4
/
+3
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-5
/
+2
2015-10-01
Convert DefId to use DefIndex, which is an index into a list of
Niko Matsakis
-2
/
+2
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-1
/
+1
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-9
/
+16
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-1
/
+0
2015-09-18
Overloaded augmented assignments
Jorge Aparicio
-0
/
+10
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-2
/
+3
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-9
/
+9
2015-08-24
fallout from moving def-id
Niko Matsakis
-13
/
+13
2015-08-10
Remove morestack support
Alex Crichton
-2
/
+0
2015-07-30
Implement Win64 eh_personality natively.
Vadim Chugunov
-0
/
+1
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-0
/
+2
2015-07-13
Don't ICE when missing owned_box lang item
Nick Cameron
-0
/
+4
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+3
2015-05-01
Remove Managed
Simonas Kazlauskas
-1
/
+0
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-5
/
+7
2015-04-02
Remove *most* mentions of phantom fns and variance on traits. Leave some
Niko Matsakis
-1
/
+0
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-7
/
+7
2015-03-17
Replace TyDesc and its uses with trait vtables and a type_name intrinsic.
Eduard Burtescu
-3
/
+0
2015-03-16
allow inherent implementations on primitives
Jorge Aparicio
-0
/
+18
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-1
/
+1
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-1
/
+2
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Add deprecated versions of the old markers and integrate them back into the v...
Niko Matsakis
-0
/
+8
2015-02-18
Introduce the new phantomdata/phantomfn markers and integrate them
Niko Matsakis
-8
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-11
/
+5
2015-02-13
Rename the "unsafe" lang item to "unsafe_cell"
Chris Wong
-1
/
+1
2015-02-11
Add core::marker::PhantomData.
Felix S. Klock II
-0
/
+2
[next]