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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-39
/
+45
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-3
/
+3
2014-11-17
Fallout from deprecation
Aaron Turon
-2
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-13
fix "warning: deprecated syntax, use `for` keyword now"
Jorge Aparicio
-6
/
+6
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-03
rollup merge of #18536 : bjz/strconv
Alex Crichton
-2
/
+4
2014-11-04
Separate string->integer implementation in strconv
Brendan Zabarauskas
-2
/
+4
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-31
First stage of enum namespacing changes
Steven Fackler
-0
/
+18
2014-11-01
Rebasing and review changes
Nick Cameron
-2
/
+2
2014-11-01
Cross crait inherant impls
Nick Cameron
-8
/
+8
2014-11-01
Remove FnStyle from DefFn and DefStaticMethod
Nick Cameron
-28
/
+11
2014-11-01
Resolve methods called as functions and...
Nick Cameron
-0
/
+6
2014-10-31
DSTify Hash
Jorge Aparicio
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-13
/
+13
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-24
Overhaul typechecking of patterns
Jakub Bukaj
-3
/
+8
2014-10-22
Part of #6993. Moved a bunch of uses of Ident to Name
Jonathan S
-16
/
+15
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-1
/
+4
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-10-01
auto merge of #17653 : kaini/rust/master, r=alexcrichton
bors
-2
/
+5
2014-09-30
Fixes ICE when using reexported unit-like structs
Michael Kainer
-2
/
+5
2014-09-30
librustc: Stop looking in metadata in type contents.
Patrick Walton
-0
/
+11
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-2
/
+25
2014-09-17
rustdoc: Correctly distinguish enums and types
P1start
-2
/
+2
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-14
/
+15
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-70
/
+71
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-74
/
+107
2014-07-31
remove serialize::ebml, add librbml
Erick Tryzelaar
-59
/
+59
2014-07-28
rustc: encode is_sugared_doc on ast::Attribute
Corey Richardson
-1
/
+4
2014-07-28
rustdoc: show struct field docs when inlined
Corey Richardson
-0
/
+14
2014-07-16
librustc: Implement the fully-expanded, UFCS form of explicit self.
Patrick Walton
-11
/
+14
2014-07-09
ast: make Name its own type
Corey Richardson
-1
/
+1
2014-07-08
carry self ident forward through re-parsing
John Clements
-3
/
+4
2014-07-08
auto merge of #15493 : brson/rust/tostr, r=pcwalton
bors
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-20
/
+0
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-16
/
+11
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-3
/
+3
2014-06-22
Rename ty_param_bounds_and_ty to Polytype
Niko Matsakis
-2
/
+2
2014-06-18
Add stability inheritance
Aaron Turon
-0
/
+8
2014-06-13
Introduce VecPerParamSpace and use it to represent sets of types and
Niko Matsakis
-30
/
+38
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-8
/
+8
2014-06-09
rustdoc: Correctly classify enums/typedefs
Alex Crichton
-0
/
+8
[prev]
[next]