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
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-3
/
+2
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-20
/
+20
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-1
/
+3
2013-06-28
librustc: Change Const to Freeze in the compiler
Patrick Walton
-1
/
+1
2013-06-28
librustc: Rename Owned to Send in the compiler
Patrick Walton
-1
/
+1
2013-06-27
auto merge of #7430 : huonw/rust/vec-kill, r=thestinger
bors
-3
/
+2
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-3
/
+2
2013-06-24
Merge remote-tracking branch 'cmr/various-cleanup' into incoming
Brian Anderson
-2
/
+1
2013-06-23
Parse and typecheck (not kindcheck) bounds on trait paths.
Ben Blum
-1
/
+2
2013-06-21
Remove `ast::pure_fn` and all concept of `pure` from the compiler
Corey Richardson
-2
/
+1
2013-06-08
tydecode: Accept a plain borrowed pointer to the data
Björn Steinbrink
-8
/
+8
2013-06-08
Avoid unnecessary heap allocations in the metadata ty decoder
Björn Steinbrink
-46
/
+43
2013-05-30
Add 'Sized' builtin kind; doesn't do anything yet
Ben Blum
-0
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-21
/
+21
2013-05-16
Add BuiltinBounds to closure type: parse and handle subtyping,
Niko Matsakis
-3
/
+5
2013-05-15
auto merge of #6487 : recrack/rust/vec_len, r=thestinger
bors
-1
/
+1
2013-05-14
rustc: Remove ty::arg
Erick Tryzelaar
-14
/
+2
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-1
/
+1
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-4
/
+4
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-11
/
+11
2013-05-09
Refactor representation of bounds to separate out BuiltinBounds into
Niko Matsakis
-12
/
+28
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-10
/
+0
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-0
/
+3
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-12
/
+4
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-5
/
+0
2013-04-23
core, rustc: Warning police
Tim Chevalier
-17
/
+17
2013-04-19
librustc: Remove def_ids from types.
Patrick Walton
-2
/
+2
2013-04-17
Allow casting to mutable trait objects.
Josh Matthews
-6
/
+10
2013-04-12
auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...
bors
-1
/
+2
2013-04-11
auto merge of #5811 : sanxiyn/rust/parse-uint, r=catamorphism
bors
-8
/
+8
2013-04-10
path -> Path
John Clements
-2
/
+2
2013-04-10
Reason about nested free variables that appear in a function
Niko Matsakis
-1
/
+2
2013-04-10
Rename tydecode::parse_int to parse_uint
Seo Sanghyeon
-8
/
+8
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-4
/
+10
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-2
/
+13
2013-04-05
Rather than storing a list of ty::method per trait, store one ty::method
Niko Matsakis
-0
/
+6
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-10
/
+29
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-19
/
+19
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-27
Fix pretty-printer test failure by carrying the bound lifetime names through
Niko Matsakis
-1
/
+4
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-1
/
+1
2013-03-20
Refactor the self-info so that the def-id is carried in ty_self()
Niko Matsakis
-1
/
+2
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-13
librustc: Separate out trait storage from evec/estr storage
Patrick Walton
-2
/
+12
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+0
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
[next]