]> git.lizzy.rs Git - rust.git/history - src
Fix grammar in tutorial
[rust.git] / src /
2014-06-25 Michael ZhouFix grammar in tutorial
2014-06-25 Brian Andersonstd: Add stability attributes to primitive numeric...
2014-06-25 Brian AndersonMove core::bool tests to run-pass
2014-06-25 Brian Andersoncore: Remove bool::to_bit
2014-06-25 Brian Andersoncore: Add stability attributes to Clone
2014-06-25 John Clementsadded xfailed test for issue 9737
2014-06-25 John Clementsadded xfailed tests for two other flavors of var hygiene
2014-06-25 Steve KlabnikAdd the Guide, add warning to tutorial.
2014-06-25 Jakub WieczorekFix #15129
2014-06-25 Steve KlabnikImprove ambiguous pronoun.
2014-06-25 Alex Crichtonrustc: Always include the morestack library
2014-06-25 Steve KlabnikRemove the cheat sheet.
2014-06-25 Edward WangAdd tests for #12470 and #14285
2014-06-25 Steve KlabnikAdd more description to c_str::unwrap().
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-25 Alex Crichtonstd: Bring back half of Add on String
2014-06-24 borsauto merge of #15024 : kmcallister/rust/lint, r=alexcri...
2014-06-24 borsauto merge of #15118 : stepancheg/rust/concat, r=alexcr...
2014-06-24 Keegan McAllisterMore upstream lint changes
2014-06-24 Keegan McAllisterTest lint plugins
2014-06-24 Keegan McAllisterImplement lint plugins
2014-06-24 Keegan McAllisterIncorporate upstream changes to old lint code
2014-06-24 Keegan McAllisterList builtin lints one per line for better diffs
2014-06-24 Keegan McAllisterReindent function call continuations, and other style...
2014-06-24 Keegan McAllisterDrop the ExportedItems argument from LintPass::check_crate
2014-06-24 Keegan McAllisterMake the crate and its exported items available in...
2014-06-24 Keegan McAllisterRework lint attr parsing and use it in middle::dead
2014-06-24 Keegan McAllisterConvert builtin lints to uppercase names for style...
2014-06-24 Keegan McAllisterUse names in Lint structs in an ASCII-case-insensitive way
2014-06-24 Keegan McAllisterRun lint passes using the Option dance instead of RefCells
2014-06-24 Keegan McAllisterStop using Default for initializing builtin lints
2014-06-24 Keegan McAllisterClean up and document the public lint API
2014-06-24 Keegan McAllisterStore the registered lints in the Session
2014-06-24 Keegan McAllisterReplace enum LintId with an extensible alternative
2014-06-24 Keegan McAllisterConvert lints to a trait-based infrastructure
2014-06-24 Keegan McAllisterRename lint::Lint to lint::LintId
2014-06-24 Keegan McAllisterMove lint infrastructure and individual lints into...
2014-06-24 Keegan McAllisterMove lint.rs out of middle
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #15071 : tomjakubowski/rust/fix-15052...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 Tom Jakubowskilibrustc: Remove outdated reference to `~` and `@`
2014-06-24 borsauto merge of #15113 : pnkfelix/rust/fsk-add-regression...
2014-06-24 borsauto merge of #15107 : ipetkov/rust/tutorial-update...
2014-06-24 Pawel OlzackiAdded Mipsel architecture support
2014-06-24 borsauto merge of #15066 : pcwalton/rust/lang-and-intrinsic...
2014-06-24 Patrick Waltonlibrustc: Feature gate lang items and intrinsics.
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-24 borsauto merge of #15105 : alexcrichton/rust/snapshots...
2014-06-24 borsauto merge of #14885 : pcwalton/rust/struct-literal...
2014-06-23 Patrick Waltonlibsyntax: Disallow struct literals after `if`, `while...
2014-06-23 Ivan PetkovDocs: tutorial: Remove a couple references to `~T`
2014-06-23 borsauto merge of #14974 : Ryman/rust/non_trait_method...
2014-06-23 Kevin Butlerrustc: catch `impl X for Y` where X is not a trait...
2014-06-23 Kevin Butlerrustc: catch non-trait methods before typeck.
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 Stepan KoltsovAllow trailing comma in `concat!`
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 Felix S. Klock IIAdd regression test for ICE from issue 10846.
2014-06-23 Benjamin Herrtest: readd TMPDIR to LD_LIBRARY_PATH for run-make
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
2014-06-23 Alex CrichtonRegister new snapshots
2014-06-23 borsauto merge of #15097 : tomjakubowski/rust/fix-feature...
2014-06-23 borsauto merge of #15068 : erickt/rust/mem-inline, r=pcwalton
2014-06-22 Raphael SpeyerChange /bin/env to /usr/bin/env in helper python script...
2014-06-22 borsauto merge of #15081 : jakub-/rust/issue-15080, r=alexc...
2014-06-22 borsauto merge of #15091 : nikomatsakis/rust/issue-5527...
2014-06-22 Benjamin Herrlibsyntax: don't allow enum structs with no fields
2014-06-22 Tom Jakubowskilibrustc: Fix poorly formatted doc in feature_gate
2014-06-22 borsauto merge of #15088 : Sawyer47/rust/detotal, r=alexcri...
2014-06-22 Niko MatsakisRename ty_param_bounds_and_ty to Polytype
2014-06-22 Niko MatsakisRename and move ty_param_substs_and_ty
2014-06-22 Piotr JawniakRemove duplicated test files
2014-06-22 Niko MatsakisRefactor the unification code and rejuvenate the unit...
2014-06-22 Piotr JawniakUpdate few files after comparison traits renaming
2014-06-22 Felix S. Klock IIRegionFolder should only invoke callback on free regions.
2014-06-22 borsauto merge of #15005 : dotdash/rust/i1_bool, r=alexcrichton
2014-06-21 Jakub WieczorekFix spurious non-exhaustive errors for cross-crate...
2014-06-21 Erick Tryzelaarcollections: fix running `make check-stage1-collections`
2014-06-21 Erick Tryzelaarstd: inline many of the Writer/Reader methods
2014-06-21 Erick Tryzelaarserialize: Simplify the json docs
2014-06-21 Erick Tryzelaarstd: micro-optimize Vec constructors and add benchmarks
2014-06-21 Edward WangMake destructuring trait reference work
2014-06-21 Jakub WieczorekFix a #14731 regression in missing_constructor() for...
2014-06-21 Björn SteinbrinkCompile bools to i1
2014-06-21 Björn SteinbrinkUpdate LLVM
2014-06-21 Björn SteinbrinkAdd missing attributes to indirect calls for foreign...
2014-06-21 Björn SteinbrinkCorrectly set return type attributes on foreign functio...
2014-06-21 borsauto merge of #15074 : conradkleinespel/rust/master...
2014-06-21 borsauto merge of #15062 : pcwalton/rust/trailing-plus...
2014-06-21 Tom Jakubowskirustdoc: show default type parameters in generics
2014-06-21 Conrad Kleinespelreplace reference to ~"string" with box "string"
2014-06-21 borsauto merge of #15029 : aturon/rust/stability-index...
2014-06-21 borsauto merge of #14731 : jakub-/rust/pattern-matching...
2014-06-20 Patrick Waltonlibsyntax: Stop parsing `+` with no bounds after it.
next