]> git.lizzy.rs Git - rust.git/history - src
clarify docs for Args and ArgsOs
[rust.git] / src /
2017-03-05 Jack O'Connorclarify docs for Args and ArgsOs
2017-03-05 borsAuto merge of #40252 - topecongiro:compile-fail-test...
2017-03-05 topecongiroAdd compile fail test for stmt_expr_attributes
2017-03-04 borsAuto merge of #40236 - petrochenkov:btweak, r=alexcrichton
2017-03-04 Vadim PetrochenkovAutomate timestamp creation and build skipping for...
2017-03-04 Vadim PetrochenkovDo not purge LLVM build directory on rebuild
2017-03-04 Vadim PetrochenkovSeparate "ui-fulldeps" tests from "ui" tests
2017-03-04 Vadim Petrochenkovbootstrap.py: Report build status
2017-03-04 Vadim Petrochenkovrun-make on MSVC: Do not generate object files in the...
2017-03-04 Vadim PetrochenkovBuild compiler-rt and sanitizers only once
2017-03-04 Vadim PetrochenkovSupport combination MSVC + Ninja
2017-03-04 Vadim PetrochenkovAdd/remove `rerun-if-changed` when necessary
2017-03-04 borsAuto merge of #40213 - steveklabnik:extract-reference...
2017-03-04 steveklabnikimport reference submodule
2017-03-04 steveklabnikremove reference
2017-03-04 borsAuto merge of #40245 - cuviper:maybe-not-pie, r=alexcri...
2017-03-04 borsAuto merge of #40242 - cramertj:fix-while-let-ribs...
2017-03-04 borsAuto merge of #40207 - phil-opp:llvm-submodule-update...
2017-03-04 borsAuto merge of #40202 - jseyfried:integrate_tokenstream...
2017-03-04 borsAuto merge of #40163 - arielb1:normalization-1702,...
2017-03-03 borsAuto merge of #39917 - alexcrichton:build-cargo, r...
2017-03-03 Josh StoneLet `-Crelocation-model` better control `-pie` linking
2017-03-03 Taylor CramerFix missing WhileLet pattern scope
2017-03-03 borsAuto merge of #40101 - danobi:feat_gate_test_simd,...
2017-03-03 Alex Crichtonrustbuild: Add support for compiling Cargo
2017-03-03 borsAuto merge of #40133 - arielb1:operand-lifetimes, r...
2017-03-03 Ariel Ben-Yehudawork around LLVM PR#32123
2017-03-03 Ariel Ben-Yehudafix codegen test
2017-03-03 Ariel Ben-Yehudamake operands live to the end of their containing expre...
2017-03-03 borsAuto merge of #40189 - SimonSapin:one-width, r=alexcrichton
2017-03-03 borsAuto merge of #40178 - arielb1:provide-destructors...
2017-03-03 borsAuto merge of #40152 - eddyb:order-in-rustbuild, r...
2017-03-03 Jeffrey SeyfriedFix fallout in unit tests.
2017-03-03 Jeffrey SeyfriedFix `token::Eof` spans.
2017-03-03 Jeffrey SeyfriedIntegrate `TokenStream`.
2017-03-03 Jeffrey SeyfriedIntroduce `syntax::parse::parser::TokenCursor`.
2017-03-03 Jeffrey SeyfriedOptimize `syntax::tokenstream::Cursor`.
2017-03-03 Jeffrey SeyfriedRemove lifetime parameter from `syntax::tokenstream...
2017-03-03 Daniel XuAdd compile fail test for SIMD
2017-03-03 borsAuto merge of #39927 - nikomatsakis:incr-comp-skip...
2017-03-02 Ariel Ben-Yehudaschedule drops on bindings only after initializing...
2017-03-02 borsAuto merge of #40216 - frewsxcv:rollup, r=frewsxcv
2017-03-02 Corey FarwellRollup merge of #40166 - aidanhs:aphs-index-coerce...
2017-03-02 Corey FarwellRollup merge of #40139 - tedsta:fuchsia_std_process_fix...
2017-03-02 Corey FarwellRollup merge of #40129 - abonander:proc_macro_bang...
2017-03-02 Corey FarwellRollup merge of #40117 - SimonSapin:to-err-is-for-the...
2017-03-02 Corey FarwellRollup merge of #40110 - benschreiber:nostackcheck...
2017-03-02 Corey FarwellRollup merge of #40104 - nagisa:mir-the-shiny, r=eddyb
2017-03-02 Corey FarwellRollup merge of #39832 - phil-opp:x86-interrupt-calling...
2017-03-02 Philipp OppermannAdd support for x86-interrupt calling convention
2017-03-02 borsAuto merge of #39655 - durka:recursion-limit-suggestion...
2017-03-02 Simon SapinRemove std_unicode::str::is_utf16
2017-03-02 borsAuto merge of #40206 - GuillaumeGomez:rollup, r=Guillau...
2017-03-02 Guillaume GomezRollup merge of #40194 - letmaik:patch-1, r=steveklabnik
2017-03-02 Guillaume GomezRollup merge of #40191 - topecongiro:x86-interrupt...
2017-03-02 Guillaume GomezRollup merge of #40175 - d-e-s-o:fix-inconsistency...
2017-03-02 Guillaume GomezRollup merge of #40173 - er-1:master, r=alexcrichton
2017-03-02 Guillaume GomezRollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv
2017-03-02 Guillaume GomezRollup merge of #40169 - MajorBreakfast:patch-8, r...
2017-03-02 Guillaume GomezRollup merge of #40168 - topecongiro:compile-fail-test...
2017-03-02 Guillaume GomezRollup merge of #40144 - MajorBreakfast:patch-7, r...
2017-03-02 Guillaume GomezRollup merge of #40081 - GuillaumeGomez:poison-docs...
2017-03-02 Philipp OppermannLLVM: Update submodule to include x86-interrupt ABI...
2017-03-02 Alex Burkanote -> help
2017-03-02 borsAuto merge of #40188 - nikomatsakis:issue-40029, r...
2017-03-01 topecongiroAdd abi_x86_interrupt to the unstable book
2017-03-01 Maik Riechertfix wrong word used (static vs const)
2017-03-01 borsAuto merge of #39803 - brson:fpic, r=alexcrichton
2017-03-01 Simon SapinPanic on errors in `format!` or `<T: Display>::to_string`
2017-03-01 Simon SapinOnly keep one copy of the UTF8_CHAR_WIDTH table.
2017-03-01 Niko Matsakisfix tests to handle the Typeof bodies
2017-03-01 Niko Matsakisinhibit enum layout optimizations under `#[repr(C)...
2017-03-01 Ariel Ben-Yehudaconvert AdtDef::destructor to on-demand
2017-03-01 Alex CrichtonDon't run test on darwin
2017-03-01 Alex CrichtonAdd Cargo as a submodule
2017-03-01 Ariel Ben-Yehudatransform broken MIR warnings to hard ICEs
2017-03-01 Ariel Ben-Yehudafix a few more typeck normalization cases
2017-03-01 Ariel Ben-Yehudastore the normalized types of statics in MIR Lvalues
2017-03-01 Ariel Ben-Yehudamore through normalization in typeck & trans
2017-03-01 desodoc: fix inconsistency in error output in guessing...
2017-03-01 er-1Add a reference to the dl library to the Makefile of...
2017-03-01 borsAuto merge of #34198 - eddyb:you're-a-bad-transmute...
2017-03-01 Josef BrandlUnit-like structs doc: Add compile fail tag
2017-03-01 Kevin YapFix link in `if let` docs
2017-03-01 Josef BrandlString docs: Add "the"
2017-03-01 borsAuto merge of #40167 - frewsxcv:rollup, r=frewsxcv
2017-03-01 borsAuto merge of #39419 - jseyfried:simplify_tokentree...
2017-03-01 topecongiroAdd compile fail test for abi_ptx
2017-03-01 Corey FarwellRollup merge of #40128 - cengizIO:master, r=nikomatsakis
2017-03-01 Corey FarwellRollup merge of #40028 - withoutboats:string_from_iter...
2017-03-01 Corey FarwellRollup merge of #39960 - lukaramu:issue-39925, r=alexcr...
2017-03-01 Corey FarwellRollup merge of #39944 - GuillaumeGomez:associated...
2017-03-01 Corey FarwellRollup merge of #39936 - djzin:inclusive_rangeargument...
2017-03-01 Corey FarwellRollup merge of #39419 - jseyfried:simplify_tokentree...
2017-03-01 Austin BonanderImplement function-like procedural macros ( `#[proc_mac...
2017-03-01 borsAuto merge of #40164 - steveklabnik:rollup, r=steveklabnik
2017-03-01 Aidan Hobson SayersAllow types passed to [] to coerce, like .index()
2017-02-28 Steve KlabnikRollup merge of #40153 - steveklabnik:alphabetize-unsta...
2017-02-28 Steve KlabnikRollup merge of #40151 - steveklabnik:update-mdbook...
2017-02-28 Steve KlabnikRollup merge of #40150 - topecongiro:compile-fail-test...
next