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-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
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
[next]