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
Age
Commit message (
Expand
)
Author
Lines
2013-03-13
librustc: Allow path-qualified constants in patterns
Patrick Walton
-3
/
+37
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-49
/
+0
2013-03-13
librustc: Remove "base types" from the language.
Patrick Walton
-115
/
+104
2013-03-13
librustc: Remove overloaded operator autoderef.
Patrick Walton
-28
/
+62
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-79
/
+104
2013-03-13
librustc: Separate out trait storage from evec/estr storage
Patrick Walton
-162
/
+293
2013-03-14
Remove unused import in librustc
ILyoan
-1
/
+0
2013-03-14
Remove unused variable
ILyoan
-1
/
+0
2013-03-13
auto merge of #5307 : nikomatsakis/rust/remove-by-val, r=nikomatsakis
bors
-218
/
+317
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-80
/
+34
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-140
/
+285
2013-03-13
auto merge of #5339 : catamorphism/rust/less-copy, r=catamorphism
bors
-4
/
+3
2013-03-13
auto merge of #5319 : brson/rust/debuginfo, r=brson
bors
-86
/
+126
2013-03-13
auto merge of #5293 : brson/rust/logging, r=brson
bors
-10
/
+10
2013-03-12
auto merge of #5332 : jdm/rust/transitivelink, r=graydon
bors
-1
/
+5
2013-03-12
rustc: One Less Bad Copy
Tim Chevalier
-4
/
+3
2013-03-12
Add alignstack option for inline asm.
Luqman Aden
-6
/
+12
2013-03-12
Keep everything tidy.
Luqman Aden
-1
/
+1
2013-03-12
Parse operands properly and add a way to indicate volatile asm.
Luqman Aden
-4
/
+8
2013-03-12
Require unsafe block for inline assembly.
Luqman Aden
-1
/
+4
2013-03-12
Wrap llvm::InlineAsm::AsmDialect
Luqman Aden
-8
/
+16
2013-03-12
Parse inline assembly.
Luqman Aden
-6
/
+36
2013-03-11
Remove uses of log
Brian Anderson
-10
/
+10
2013-03-12
Avoid propagating link_arg values that are unlikely to be resolveable under a...
Josh Matthews
-1
/
+5
2013-03-11
auto merge of #5304 : jld/rust/const-adjustments, r=graydon
bors
-53
/
+114
2013-03-11
Debuginfo revamp
Brian Leibig
-86
/
+126
2013-03-11
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton
bors
-77
/
+40
2013-03-11
librustc: Lint the old `drop` destructor notation off
Patrick Walton
-0
/
+29
2013-03-11
librustc: Remove old-style operator overloading
Patrick Walton
-14
/
+34
2013-03-11
librustc: Remove newtype enums from librustc
Patrick Walton
-37
/
+41
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-99
/
+98
2013-03-11
Implement vector destructuring from tail
Seo Sanghyeon
-87
/
+124
2013-03-11
Get rid of the `Unit` enum representation.
Jed Davis
-30
/
+10
2013-03-10
Simplify struct representation.
Jed Davis
-48
/
+31
2013-03-10
Simplify the interface to check_fn by pulling some of the madness out to its ...
Niko Matsakis
-39
/
+56
2013-03-09
Const dereference works now, so allow it.
Jed Davis
-2
/
+2
2013-03-09
Don't copy const data to do an autoderef+autoref.
Jed Davis
-3
/
+9
2013-03-09
Let const_deref "dereference" newtypes.
Jed Davis
-10
/
+47
2013-03-09
Implement most of adjustment handling for consts.
Jed Davis
-40
/
+53
2013-03-09
Break out const_addr_of.
Jed Davis
-7
/
+12
2013-03-09
Remove @ast::Region and replace with @ast::Lifetime.
Niko Matsakis
-61
/
+57
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-22
/
+21
2013-03-08
test: Removing dvec uses
Alex Crichton
-1
/
+1
2013-03-08
rustc: Remove uses of DVec
Alex Crichton
-206
/
+191
2013-03-07
librustc: Add #[link_args] to metadata
Patrick Walton
-1
/
+50
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+2
2013-03-07
librustc: Stop parsing `assert`.
Patrick Walton
-62
/
+27
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-161
/
+163
2013-03-07
librustc: Remove record patterns from the compiler
Patrick Walton
-34
/
+19
2013-03-07
libsyntax: Remove struct literal expressions from the compiler
Patrick Walton
-79
/
+19
[next]