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
/
metadata
/
tydecode.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-30
Stop using Rc in TraitRef and TraitDef
Ariel Ben-Yehuda
-5
/
+4
2015-04-17
Create a struct to represent early-bound regions
Niko Matsakis
-1
/
+6
2015-04-08
Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis
bors
-0
/
+13
2015-04-04
Encode more precise scoping rules for function params.
Felix S. Klock II
-0
/
+13
2015-04-03
In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6...
Jonathan S
-4
/
+0
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-25
/
+25
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-02
Remove the synthetic "region bound" from closures and instead update how
Niko Matsakis
-3
/
+1
2015-02-24
Rework trait-bound-conversion so be based on the AST and rework collect
Niko Matsakis
-0
/
+16
2015-02-24
Remove bounds struct from TypeParameterDef. Bounds information is now
Niko Matsakis
-23
/
+20
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-16
Detect and store object-lifetime-defaults.
Niko Matsakis
-1
/
+19
2015-02-11
Added DestructionScope variant to CodeExtent, representing the area
Felix S. Klock II
-1
/
+10
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
More deprecating of i/u suffixes in libraries
Alfie John
-14
/
+14
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
Add `CodeExtent::Remainder` variant; pre-req for new scoping/drop rules.
Felix S. Klock II
-0
/
+8
2015-01-26
Adjust most comments and messages to not use "unboxed".
Eduard Burtescu
-1
/
+1
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-3
/
+3
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-20
Remove onceness & bounds - they don't do anything.
Ariel Ben-Yehuda
-12
/
+0
2015-01-20
Kill TraitStore
Ariel Ben-Yehuda
-15
/
+0
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-8
/
+8
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-2
/
+2
2015-01-05
remove mk_closure
Jorge Aparicio
-3
/
+0
2015-01-05
conv_did: convert to "unboxed" closure
Jorge Aparicio
-127
/
+254
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+0
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-4
/
+4
2014-12-30
Integrate projection bounds to `ExistentialBounds` but do not use them for an...
Niko Matsakis
-7
/
+15
2014-12-30
Convert to use `Rc<TraitRef>` in object types (finally!).
Niko Matsakis
-7
/
+7
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-8
/
+29
2014-12-30
Move the scalar types out of static data so that we can put `Rc` into sty.
Niko Matsakis
-31
/
+32
2014-12-29
Intern Region in tcx.
Huon Wilson
-2
/
+3
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-2
/
+4
2014-12-29
Switch Region information from uint to u32.
Huon Wilson
-6
/
+13
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-6
/
+6
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-1
/
+5
2014-12-22
Adjust metadata for new fields and enum variants. Yawn.
Niko Matsakis
-1
/
+5
[next]