about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-04-14Add test for issue #31856Jeffrey Seyfried-1/+12
2016-04-13Auto merge of #32592 - tbu-:pr_range_from_overflow, r=alexcrichtonbors-0/+5
2016-04-14fix str::split_at_mut() exampleGigih Aji Ibrahim-2/+2
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-75/+163
2016-04-13Add a note about overflowing in the `RangeFrom` iteratorTobias Bucher-0/+5
2016-04-13Retire rustdocs `ANALYSISKEY`mitaa-111/+90
2016-04-13Fix a typo and add a missing wordGeorg Brandl-2/+2
2016-04-13Doc fix: Do not mention next project in book/guessing-gameDeepak Kannan-4/+3
2016-04-13Fix obscure compilation errorMasood Malekghassemi-9/+16
2016-04-13Auto merge of #32828 - vadimcn:symlinks, r=alexcrichtonbors-11/+69
2016-04-13Doc fix: Update Cargo.toml in book/getting-startedDeepak Kannan-0/+4
2016-04-13Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakisbors-14/+27
2016-04-13Make librustc_mir pass rustdoc --testManish Goregaokar-3/+7
2016-04-13Make librustc_mir pass rustdocManish Goregaokar-0/+10
2016-04-13Update a comment to reflect changes in tidy checks.Leo Testard-2/+2
2016-04-13Auto merge of #32726 - asomers:master, r=alexcrichtonbors-7/+25
2016-04-12Auto merge of #32814 - jseyfried:improve_duplicate_glob_detection, r=nikomats...bors-14/+70
2016-04-12Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakisbors-635/+560
2016-04-13Add regression testJeffrey Seyfried-0/+20
2016-04-13Fixes #32922, a macro hygiene bugJeffrey Seyfried-8/+9
2016-04-12Auto merge of #32590 - alexcrichton:rustbuild-tidy-checks, r=brsonbors-697/+645
2016-04-12tidy: Add a check to ensure Cargo.toml is in syncAlex Crichton-6/+113
2016-04-12Bare raw pointers have been disallowed foreverDavid Tolnay-3/+17
2016-04-12Auto merge of #31963 - barosl:rename-doc, r=alexcrichtonbors-1/+8
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-697/+538
2016-04-12collections: Add slice::binary_search_by_keyKamal Marhubi-0/+52
2016-04-12Auto merge of #32811 - alexcrichton:check-lints, r=nrcbors-8/+21
2016-04-12Update primitive-types.mdjocki84-1/+1
2016-04-12Remove unused trait importsSeo Sanghyeon-36/+13
2016-04-12prevent other `encode` methods from breaking `derive(RustcEncodable)`Oliver Schneider-12/+44
2016-04-12Update primitive-types.mdjocki84-4/+3
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-328/+508
2016-04-12Describe more platform-specific behaviors of `std::fs::rename`Barosl Lee-1/+8
2016-04-11rustbuild: Fix --enable-rpath usageAlex Crichton-18/+55
2016-04-11Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisabors-1/+21
2016-04-11rustbuild: Fix handling of the bootstrap keyAlex Crichton-8/+51
2016-04-12Fix beta branchBrian Anderson-2/+0
2016-04-12Clarify try! doc exampleSzabolcs Berecz-1/+1
2016-04-11Auto merge of #32882 - steveklabnik:rollup, r=steveklabnikbors-65/+233
2016-04-11Add regression test for #32797 (fixes #32797)Jeffrey Seyfried-0/+21
2016-04-11Fix the span for try shorthand expressionsMarcus Klaas-1/+21
2016-04-11Add commentsJeffrey Seyfried-0/+4
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-72/+48
2016-04-11trans: initial implementation of MIR debuginfo.Eduard Burtescu-123/+289
2016-04-11mir: store the span of a scope in the ScopeData.Eduard Burtescu-0/+5
2016-04-11trans: use DefKey directly in debuginfo for paths.Eduard Burtescu-193/+113
2016-04-11trans: pass essential information from trans_closure to debuginfo.Eduard Burtescu-262/+124
2016-04-11trans: use Instance in trans_closure and FunctionContext::new.Eduard Burtescu-30/+22
2016-04-11mir: print the scope and span for variables.Eduard Burtescu-1/+5
2016-04-12Do not encode name when encoding DefKeySeo Sanghyeon-22/+132