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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
Fix an infinite loop in the stability check that was the result of
Niko Matsakis
-3
/
+9
2015-01-01
auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis
bors
-25
/
+22
2014-12-31
rustc: replace `pick` alias with an unboxed closure
Jorge Aparicio
-5
/
+1
2014-12-31
rustc: replace `GetCrateDataCb` alias with an unboxed closure
Jorge Aparicio
-18
/
+19
2014-12-31
rustc: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2015-01-01
Fix a bug with cross-crate trait impls
Nick Cameron
-8
/
+7
2015-01-01
auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakis
bors
-0
/
+1
2014-12-31
Incorporate fix from japaric for cross-crate ICE
Niko Matsakis
-0
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-30
auto merge of #20307 : nikomatsakis/rust/assoc-types-normalization-extend-bou...
bors
-80
/
+167
2014-12-30
Encode the TypeScheme for associated types
Niko Matsakis
-0
/
+3
2014-12-30
Patch more metadata decoding problems.
Niko Matsakis
-6
/
+8
2014-12-30
Encode the name for associated items on a trait. Fixes #18048.
Niko Matsakis
-0
/
+2
2014-12-30
Adjust tests for inferenceGet more conservative about inference for now. Seem...
Niko Matsakis
-1
/
+1
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-6
/
+6
2014-12-30
Integrate projection bounds to `ExistentialBounds` but do not use them for an...
Niko Matsakis
-10
/
+23
2014-12-30
Convert to use `Rc<TraitRef>` in object types (finally!).
Niko Matsakis
-14
/
+14
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-13
/
+79
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-30
Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)...
Niko Matsakis
-6
/
+6
2014-12-30
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-15
/
+21
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-1
/
+1
2014-12-30
More rebase fixes.
Huon Wilson
-7
/
+7
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
-7
/
+14
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-7
/
+7
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-0
/
+15
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-1
/
+1
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-15
/
+21
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-3
/
+12
2014-12-22
Adjust metadata for new fields and enum variants. Yawn.
Niko Matsakis
-2
/
+11
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-92
/
+92
2014-12-21
rollup merge of #20081: tomjakubowski/issue-19646
Alex Crichton
-0
/
+6
2014-12-21
rollup merge of #19926: eddyb/less-sty
Alex Crichton
-100
/
+97
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+2
2014-12-20
Visit + encode stability for foreign items
Tom Jakubowski
-0
/
+4
2014-12-20
metadata: Encode attrs for foreign items.
Tom Jakubowski
-0
/
+2
2014-12-20
rustc: middle: move TraitItemKind from resolve to def.
Eduard Burtescu
-6
/
+4
2014-12-20
rustc: middle: move Export and ExportMap from resolve to def.
Eduard Burtescu
-7
/
+7
2014-12-20
rustc: middle: use cheaper Name in resolve::Export instead of String.
Eduard Burtescu
-6
/
+4
2014-12-20
middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.
Eduard Burtescu
-9
/
+9
2014-12-20
rustc: use Ty instead of passing ty::sty around.
Eduard Burtescu
-100
/
+97
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-17
/
+7
2014-12-19
Implement "perfect forwarding" for HR impls (#19730).
Niko Matsakis
-3
/
+3
2014-12-19
Make all predicates higher-ranked, not just trait references.
Niko Matsakis
-11
/
+11
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-16
/
+16
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-10
/
+12
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
[prev]
[next]