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
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
2015-02-06
librustc has been updated
GuillaumeGomez
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-30
remove the `Iterator` lang item
Jorge Aparicio
-2
/
+0
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-1
/
+1
2015-01-26
Auto merge of #21610 - sfackler:debug-lint, r=alexcrichton
bors
-0
/
+2
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-4
/
+4
2015-01-25
Add a missing fmt::Debug impl lint
Steven Fackler
-0
/
+2
2015-01-21
remove `NoSendItem` and `NoSyncItem`
Jorge Aparicio
-2
/
+0
2015-01-19
Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturon
bors
-2
/
+0
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-2
/
+0
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-07
Remove old slicing hacks and make new slicing work
Nick Cameron
-2
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-0
/
+1
2014-12-28
librustc: Add NonZero lang item and use it if possible for nullable pointer e...
Luqman Aden
-0
/
+2
2014-12-24
Add lang items for ranges.
Nick Cameron
-0
/
+3
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-14
Adjust feature gates to allow for parenthetical notation to be used
Niko Matsakis
-0
/
+16
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-1
/
+1
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-3
/
+4
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-6
/
+6
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-7
/
+7
2014-10-16
librustc: Remove trans::reflect and the opaque and ty_visitor lang items.
Luqman Aden
-1
/
+0
[next]