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
/
test
/
run-pass
/
conditional-compile.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+9
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-06
Remove struct ctors
Brian Anderson
-2
/
+13
2012-09-01
Try to work around check-fast breakage
Brian Anderson
-2
/
+2
2012-08-31
Fix test case
Brian Anderson
-2
/
+2
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-09
rustc: Conditionally compile view items. #2357
Brian Anderson
-0
/
+10
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-3
/
+3
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-06-06
Revert "Revert "Fix test case so the class in it is non-empty" due to test fa...
Tim Chevalier
-2
/
+4
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-2
/
+2
2012-05-15
Start porting tests to use classes with dtors instead of resources
Tim Chevalier
-2
/
+6
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-2
/
+2
2012-01-19
test: "tag" -> "enum" in run-pass and run-fail
Patrick Walton
-2
/
+2
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-7
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-3
/
+6
2011-11-09
Add "cdecl" as synonym for "c-stack-cdecl"
Brian Anderson
-3
/
+3
2011-10-24
move uses of rust ABI in tests to cdecl or c-stack-cdecl as appr
Niko Matsakis
-3
/
+3
2011-09-01
Remove a bunch of string builtins. Issue #855
Brian Anderson
-2
/
+2
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-1
/
+1
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-2
/
+2
2011-08-03
Remove all xfail-stage0 directives
Brian Anderson
-2
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-46
/
+40
2011-07-05
Support conditional compilation of native items. Closes #610
Brian Anderson
-0
/
+8
2011-06-30
Conditionally compile items declared as statements. Issue #489
Brian Anderson
-0
/
+13
2011-06-30
Add more tests for conditional compilation. Issue #489
Brian Anderson
-1
/
+67
2011-06-30
Un-XFAIL run-pass/conditional-compile.rs. Issue #489
Brian Anderson
-2
/
+0
2011-06-30
Introduce a testcase for conditional compilation via attributes
Brian Anderson
-0
/
+10