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
/
comp
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-12
/
+23
2011-12-08
Consider variant constructors pure functions for the purpose of purity checking
Marijn Haverbeke
-1
/
+0
2011-12-07
Inject the view_items for core in the right place, add comment documenting wh...
Graydon Hoare
-0
/
+7
2011-12-07
Remove stmt_crate_directive, it's vestigial and confusing.
Graydon Hoare
-26
/
+2
2011-12-07
Check for literals that are out of range for their type
Marijn Haverbeke
-0
/
+18
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-225
/
+158
2011-12-07
repair more hash functions
Niko Matsakis
-1
/
+1
2011-12-06
fix hash function: + binds tighter than <<
Niko Matsakis
-1
/
+4
2011-12-02
parse: typeck: enabling trivial casts of tail-call return values
Stefan Plantikow
-1
/
+9
2011-12-02
ty: trans: added support for dropping trivial casts
Stefan Plantikow
-1
/
+8
2011-12-02
Stop lexing -1 as a single token
Marijn Haverbeke
-62
/
+3
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-46
/
+85
2011-11-30
Box ast::path values
Marijn Haverbeke
-60
/
+59
2011-11-24
rustc: Fix a bug in cdir attribute parsing
Brian Anderson
-0
/
+2
2011-11-24
rustc: Add a path attribute for crate directives
Haitao Li
-23
/
+24
2011-11-24
rustc: Accepts `path` attributes for crate directives
Haitao Li
-1
/
+3
2011-11-24
rustc: Fix position of diagnostic highlight lines
Haitao Li
-1
/
+1
2011-11-23
Add some changes that *should* have been in e98286b594
Marijn Haverbeke
-0
/
+1
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-9
/
+11
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-55
/
+6
2011-11-23
Remove last traces of auth keyword
Marijn Haverbeke
-19
/
+0
2011-11-22
rustc: Allow trailing comma in record fields
Haitao Li
-30
/
+50
2011-11-22
comp: allowed the declaration of pure fn's in native mods
Stefan Plantikow
-0
/
+3
2011-11-22
Add hacks to extract and compile tutorial code
Marijn Haverbeke
-10
/
+0
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-1
/
+41
2011-11-22
Make ast::visit only descend into types when necessary
Marijn Haverbeke
-3
/
+12
2011-11-21
rustc: Remove abi from ast::native_mod
Haitao Li
-27
/
+5
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-52
/
+44
2011-11-18
Add a pass-by-copy parameter passing convention
Marijn Haverbeke
-3
/
+7
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-19
/
+23
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-16
/
+0
2011-11-16
Replace 'mutable?' with 'const'
Brian Anderson
-3
/
+2
2011-11-16
rustc: Accept 'const' as synonym for 'mutable?'
Brian Anderson
-4
/
+7
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-65
/
+22
2011-11-16
Use attributes for native module ABI and link name [temp]
Haitao Li
-1
/
+25
2011-11-16
rustc: Use link_name attribute for native function
Haitao Li
-13
/
+6
2011-11-10
Cleanup unused imports
Haitao Li
-20
/
+14
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-0
/
+3
2011-11-09
Rename "c-stack-stdcall" ABI to "stdcall"
Brian Anderson
-2
/
+0
2011-11-09
Rename "c-stack-cdecl" ABI to "cdecl"
Brian Anderson
-2
/
+0
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-1
/
+3
2011-11-09
Add "stdcall" as synonym for "c-stack-stdcall"
Brian Anderson
-1
/
+3
2011-11-09
rustc: Rename native_abi_c_stack_cdecl to native_abi_cdecl
Brian Anderson
-4
/
+4
2011-11-09
rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcall
Brian Anderson
-3
/
+3
2011-11-09
Remove native "x86stdcall" ABI
Brian Anderson
-4
/
+0
2011-11-08
Remove native "cdecl" ABI
Brian Anderson
-5
/
+2
2011-11-07
Remove native "llvm" ABI
Brian Anderson
-4
/
+0
2011-11-07
Remove native "rust" ABI
Brian Anderson
-4
/
+0
2011-11-07
[Parser] parser.rs: Made two error messages less ambiguous
David Rajchenbach-Teller
-2
/
+6
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-16
/
+6
[prev]
[next]